Html Css Color HEX #584278 Kingfisher Daisy

📋 copy color: '#584278'

red 88 ◦ green 66 ◦ blue 120

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

Shades of Kingfisher Daisy #584278

Tints of Kingfisher Daisy #584278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 32.12%
G = 24.09%
B = 43.8%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#584278 (or 0x584278) is known color: Kingfisher Daisy. HEX triplet: 58, 42 and 78. RGB value is (88,66,120). Sum of RGB (Red+Green+Blue) = 88+66+120=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #584278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584278 is #A7BD87. Grayscale: #4E4E4E. Windows color (decimal): -10993032 or 7881304. OLE color: 7881304.

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

Color convert

RGB 88 66 120 -
CMYK 0.27 0.45 0 0.53
HSL 264.44º 0.29% 0.36% -
HSV(B) 264.44º 0.45% 0.47% -
XYZ 9.36 7.33 18.69 -
YUV 78.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 88 66 120 0.27 0.45 0 0.53 264.44 0.29 0.36
Hex 58 42 78 1B 2D 0 35 108 1D 24
Octal 130 102 170 33 55 0 65 410 35 44
Binary 1011000 1000010 1111000 11011 101101 0 110101 100001000 11101 100100

Color Harmonies of #584278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584278

Black with #584278

Text Example


Text Example

White with #584278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584278; }

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

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

background-color css

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

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

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

border-color css

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

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

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