Html Css Color HEX #5A288E Kingfisher Daisy

📋 copy color: '#5A288E'

red 90 ◦ green 40 ◦ blue 142

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

Shades of Kingfisher Daisy #5A288E

Tints of Kingfisher Daisy #5A288E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.71%

 BLUE value IS 142 (55.86% from 255) = 52.21%

R = 33.09%
G = 14.71%
B = 52.21%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A288E (or 0x5A288E) is known color: Kingfisher Daisy. HEX triplet: 5A, 28 and 8E. RGB value is (90,40,142). Sum of RGB (Red+Green+Blue) = 90+40+142=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A288E is #A5D771. Grayscale: #424242. Windows color (decimal): -10868594 or 9316442. OLE color: 9316442.

HSL color Cylindrical-coordinate representation of color #5A288E: hue angle of 269.41º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A288E is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 40 142 -
CMYK 0.37 0.72 0 0.44
HSL 269.41º 0.56% 0.36% -
HSV(B) 269.41º 0.72% 0.56% -
XYZ 9.86 5.64 26.16 -
YUV 66.58 170.57 144.71 -
System Red Green Blue C M Y K H S L
Decimal 90 40 142 0.37 0.72 0 0.44 269.41 0.56 0.36
Hex 5A 28 8E 25 48 0 2C 10D 38 24
Octal 132 50 216 45 110 0 54 415 70 44
Binary 1011010 101000 10001110 100101 1001000 0 101100 100001101 111000 100100

Color Harmonies of #5A288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A288E

Black with #5A288E

Text Example


Text Example

White with #5A288E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,40,142); }

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

background-color css

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

 a { background-color: rgb(90,40,142); }

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

border-color css

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

 span { border-color: rgb(90,40,142); }

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