Html Css Color HEX #5A238E Kingfisher Daisy

📋 copy color: '#5A238E'

red 90 ◦ green 35 ◦ blue 142

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

Shades of Kingfisher Daisy #5A238E

Tints of Kingfisher Daisy #5A238E

RGB

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

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

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

R = 33.71%
G = 13.11%
B = 53.18%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A238E (or 0x5A238E) is known color: Kingfisher Daisy. HEX triplet: 5A, 23 and 8E. RGB value is (90,35,142). Sum of RGB (Red+Green+Blue) = 90+35+142=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A238E is #A5DC71. Grayscale: #3F3F3F. Windows color (decimal): -10869874 or 9315162. OLE color: 9315162.

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

Color convert

RGB 90 35 142 -
CMYK 0.37 0.75 0 0.44
HSL 270.84º 0.6% 0.35% -
HSV(B) 270.84º 0.75% 0.56% -
XYZ 9.7 5.33 26.11 -
YUV 63.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 90 35 142 0.37 0.75 0 0.44 270.84 0.6 0.35
Hex 5A 23 8E 25 4B 0 2C 10F 3C 23
Octal 132 43 216 45 113 0 54 417 74 43
Binary 1011010 100011 10001110 100101 1001011 0 101100 100001111 111100 100011

Color Harmonies of #5A238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A238E

Black with #5A238E

Text Example


Text Example

White with #5A238E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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