Html Css Color HEX #584372 Kingfisher Daisy

📋 copy color: '#584372'

red 88 ◦ green 67 ◦ blue 114

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

Shades of Kingfisher Daisy #584372

Tints of Kingfisher Daisy #584372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.91%

 BLUE value IS 114 (44.92% from 255) = 42.38%

R = 32.71%
G = 24.91%
B = 42.38%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#584372 (or 0x584372) is known color: Kingfisher Daisy. HEX triplet: 58, 43 and 72. RGB value is (88,67,114). Sum of RGB (Red+Green+Blue) = 88+67+114=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #584372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584372 is #A7BC8D. Grayscale: #4E4E4E. Windows color (decimal): -10992782 or 7488344. OLE color: 7488344.

HSL color Cylindrical-coordinate representation of color #584372: hue angle of 266.81º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #584372 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 67 114 -
CMYK 0.23 0.41 0 0.55
HSL 266.81º 0.26% 0.35% -
HSV(B) 266.81º 0.41% 0.45% -
XYZ 9.07 7.3 16.85 -
YUV 78.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 88 67 114 0.23 0.41 0 0.55 266.81 0.26 0.35
Hex 58 43 72 17 29 0 37 10B 1A 23
Octal 130 103 162 27 51 0 67 413 32 43
Binary 1011000 1000011 1110010 10111 101001 0 110111 100001011 11010 100011

Color Harmonies of #584372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584372

Black with #584372

Text Example


Text Example

White with #584372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584372; }

 p { color: rgb(88,67,114); }

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

background-color css

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

 a { background-color: rgb(88,67,114); }

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

border-color css

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

 span { border-color: rgb(88,67,114); }

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