Html Css Color HEX #584378 Kingfisher Daisy

📋 copy color: '#584378'

red 88 ◦ green 67 ◦ blue 120

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

Shades of Kingfisher Daisy #584378

Tints of Kingfisher Daisy #584378

RGB

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

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

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

R = 32%
G = 24.36%
B = 43.64%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#584378 (or 0x584378) is known color: Kingfisher Daisy. HEX triplet: 58, 43 and 78. RGB value is (88,67,120). Sum of RGB (Red+Green+Blue) = 88+67+120=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #584378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584378 is #A7BC87. Grayscale: #4F4F4F. Windows color (decimal): -10992776 or 7881560. OLE color: 7881560.

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

Color convert

RGB 88 67 120 -
CMYK 0.27 0.44 0 0.53
HSL 263.77º 0.28% 0.37% -
HSV(B) 263.77º 0.44% 0.47% -
XYZ 9.42 7.45 18.71 -
YUV 79.32 150.96 134.19 -
System Red Green Blue C M Y K H S L
Decimal 88 67 120 0.27 0.44 0 0.53 263.77 0.28 0.37
Hex 58 43 78 1B 2C 0 35 108 1C 25
Octal 130 103 170 33 54 0 65 410 34 45
Binary 1011000 1000011 1111000 11011 101100 0 110101 100001000 11100 100101

Color Harmonies of #584378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584378

Black with #584378

Text Example


Text Example

White with #584378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584378; }

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

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

background-color css

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

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

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

border-color css

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

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

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