Html Css Color HEX #5A4278 Kingfisher Daisy

📋 copy color: '#5A4278'

red 90 ◦ green 66 ◦ blue 120

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

Shades of Kingfisher Daisy #5A4278

Tints of Kingfisher Daisy #5A4278

RGB

 RED value IS 90 (35.55% from 255) = 32.61%

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

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

R = 32.61%
G = 23.91%
B = 43.48%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A4278 (or 0x5A4278) is known color: Kingfisher Daisy. HEX triplet: 5A, 42 and 78. RGB value is (90,66,120). Sum of RGB (Red+Green+Blue) = 90+66+120=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A4278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4278 is #A5BD87. Grayscale: #4F4F4F. Windows color (decimal): -10861960 or 7881306. OLE color: 7881306.

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

Color convert

RGB 90 66 120 -
CMYK 0.25 0.45 0 0.53
HSL 266.67º 0.29% 0.36% -
HSV(B) 266.67º 0.45% 0.47% -
XYZ 9.55 7.43 18.7 -
YUV 79.33 150.95 135.61 -
System Red Green Blue C M Y K H S L
Decimal 90 66 120 0.25 0.45 0 0.53 266.67 0.29 0.36
Hex 5A 42 78 19 2D 0 35 10B 1D 24
Octal 132 102 170 31 55 0 65 413 35 44
Binary 1011010 1000010 1111000 11001 101101 0 110101 100001011 11101 100100

Color Harmonies of #5A4278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4278

Black with #5A4278

Text Example


Text Example

White with #5A4278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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