Html Css Color HEX #584274 Kingfisher Daisy

📋 copy color: '#584274'

red 88 ◦ green 66 ◦ blue 116

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

Shades of Kingfisher Daisy #584274

Tints of Kingfisher Daisy #584274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.44%

 BLUE value IS 116 (45.7% from 255) = 42.96%

R = 32.59%
G = 24.44%
B = 42.96%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#584274 (or 0x584274) is known color: Kingfisher Daisy. HEX triplet: 58, 42 and 74. RGB value is (88,66,116). Sum of RGB (Red+Green+Blue) = 88+66+116=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #584274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584274 is #A7BD8B. Grayscale: #4E4E4E. Windows color (decimal): -10993036 or 7619160. OLE color: 7619160.

HSL color Cylindrical-coordinate representation of color #584274: hue angle of 266.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #584274 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 66 116 -
CMYK 0.24 0.43 0 0.55
HSL 266.4º 0.27% 0.36% -
HSV(B) 266.4º 0.43% 0.45% -
XYZ 9.13 7.23 17.44 -
YUV 78.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 88 66 116 0.24 0.43 0 0.55 266.4 0.27 0.36
Hex 58 42 74 18 2B 0 37 10A 1B 24
Octal 130 102 164 30 53 0 67 412 33 44
Binary 1011000 1000010 1110100 11000 101011 0 110111 100001010 11011 100100

Color Harmonies of #584274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584274

Black with #584274

Text Example


Text Example

White with #584274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584274; }

 p { color: rgb(88,66,116); }

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

background-color css

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

 a { background-color: rgb(88,66,116); }

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

border-color css

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

 span { border-color: rgb(88,66,116); }

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