Html Css Color HEX #58257A Kingfisher Daisy

📋 copy color: '#58257A'

red 88 ◦ green 37 ◦ blue 122

#58257A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #58257A

Tints of Kingfisher Daisy #58257A

RGB

 RED value IS 88 (34.77% from 255) = 35.63%

 GREEN value IS 37 (14.84% from 255) = 14.98%

 BLUE value IS 122 (48.05% from 255) = 49.39%

R = 35.63%
G = 14.98%
B = 49.39%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#58257A (or 0x58257A) is known color: Kingfisher Daisy. HEX triplet: 58, 25 and 7A. RGB value is (88,37,122). Sum of RGB (Red+Green+Blue) = 88+37+122=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #58257A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58257A is #A7DA85. Grayscale: #3D3D3D. Windows color (decimal): -11000454 or 8004952. OLE color: 8004952.

HSL color Cylindrical-coordinate representation of color #58257A: hue angle of 276º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58257A is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 37 122 -
CMYK 0.28 0.70 0 0.52
HSL 276º 0.53% 0.31% -
HSV(B) 276º 0.7% 0.48% -
XYZ 8.2 4.8 18.91 -
YUV 61.94 161.9 146.59 -
System Red Green Blue C M Y K H S L
Decimal 88 37 122 0.28 0.70 0 0.52 276 0.53 0.31
Hex 58 25 7A 1C 46 0 34 114 35 1F
Octal 130 45 172 34 106 0 64 424 65 37
Binary 1011000 100101 1111010 11100 1000110 0 110100 100010100 110101 11111

Color Harmonies of #58257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58257A

Black with #58257A

Text Example


Text Example

White with #58257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58257A; }

 p { color: rgb(88,37,122); }

 H1.HeaderClassName
 {
   color: #58257A;
 }
 .AnyTagClassName
 {
   color: #58257A;
 }
</style>

background-color css

<style>
 a { background-color: #58257A; }

 a { background-color: rgb(88,37,122); }

 div.DivClassName
 {
   background-color: #58257A;
 }
 .BgClassName
 {
   background-color: #58257A;
 }
</style>

border-color css

<style>
 span { border-color: #58257A; }

 span { border-color: rgb(88,37,122); }

 td.TdClassName
 {
   border-color: #58257A;
 }
 .TagClassName
 {
   border-color: #58257A;
 }
</style>