Html Css Color HEX #5C4278 Kingfisher Daisy

📋 copy color: '#5C4278'

red 92 ◦ green 66 ◦ blue 120

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

Shades of Kingfisher Daisy #5C4278

Tints of Kingfisher Daisy #5C4278

RGB

 RED value IS 92 (36.33% from 255) = 33.09%

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

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

R = 33.09%
G = 23.74%
B = 43.17%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5C4278 (or 0x5C4278) is known color: Kingfisher Daisy. HEX triplet: 5C, 42 and 78. RGB value is (92,66,120). Sum of RGB (Red+Green+Blue) = 92+66+120=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C4278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4278 is #A3BD87. Grayscale: #4F4F4F. Windows color (decimal): -10730888 or 7881308. OLE color: 7881308.

HSL color Cylindrical-coordinate representation of color #5C4278: hue angle of 268.89º 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 #5C4278 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 92 66 120 -
CMYK 0.23 0.45 0 0.53
HSL 268.89º 0.29% 0.36% -
HSV(B) 268.89º 0.45% 0.47% -
XYZ 9.75 7.53 18.71 -
YUV 79.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 92 66 120 0.23 0.45 0 0.53 268.89 0.29 0.36
Hex 5C 42 78 17 2D 0 35 10D 1D 24
Octal 134 102 170 27 55 0 65 415 35 44
Binary 1011100 1000010 1111000 10111 101101 0 110101 100001101 11101 100100

Color Harmonies of #5C4278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4278

Black with #5C4278

Text Example


Text Example

White with #5C4278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C4278; }

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

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

background-color css

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

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

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

border-color css

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

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

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