Html Css Color HEX #5A2378 Kingfisher Daisy

📋 copy color: '#5A2378'

red 90 ◦ green 35 ◦ blue 120

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

Shades of Kingfisher Daisy #5A2378

Tints of Kingfisher Daisy #5A2378

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.29%

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

R = 36.73%
G = 14.29%
B = 48.98%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A2378 (or 0x5A2378) is known color: Kingfisher Daisy. HEX triplet: 5A, 23 and 78. RGB value is (90,35,120). Sum of RGB (Red+Green+Blue) = 90+35+120=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A2378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2378 is #A5DC87. Grayscale: #3C3C3C. Windows color (decimal): -10869896 or 7873370. OLE color: 7873370.

HSL color Cylindrical-coordinate representation of color #5A2378: hue angle of 278.82º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A2378 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 35 120 -
CMYK 0.25 0.71 0 0.53
HSL 278.82º 0.55% 0.3% -
HSV(B) 278.82º 0.71% 0.47% -
XYZ 8.21 4.73 18.25 -
YUV 61.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 90 35 120 0.25 0.71 0 0.53 278.82 0.55 0.3
Hex 5A 23 78 19 47 0 35 117 37 1E
Octal 132 43 170 31 107 0 65 427 67 36
Binary 1011010 100011 1111000 11001 1000111 0 110101 100010111 110111 11110

Color Harmonies of #5A2378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2378

Black with #5A2378

Text Example


Text Example

White with #5A2378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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