Html Css Color HEX #5A1B98 Kingfisher Daisy

📋 copy color: '#5A1B98'

red 90 ◦ green 27 ◦ blue 152

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

Shades of Kingfisher Daisy #5A1B98

Tints of Kingfisher Daisy #5A1B98

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.04%

 BLUE value IS 152 (59.77% from 255) = 56.51%

R = 33.46%
G = 10.04%
B = 56.51%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5A1B98 (or 0x5A1B98) is known color: Kingfisher Daisy. HEX triplet: 5A, 1B and 98. RGB value is (90,27,152). Sum of RGB (Red+Green+Blue) = 90+27+152=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #5A1B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1B98 is #A5E467. Grayscale: #3B3B3B. Windows color (decimal): -10871912 or 9968474. OLE color: 9968474.

HSL color Cylindrical-coordinate representation of color #5A1B98: hue angle of 270.24º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1B98 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 90 27 152 -
CMYK 0.41 0.82 0 0.40
HSL 270.24º 0.7% 0.35% -
HSV(B) 270.24º 0.82% 0.6% -
XYZ 10.28 5.22 30.17 -
YUV 60.09 179.87 149.34 -
System Red Green Blue C M Y K H S L
Decimal 90 27 152 0.41 0.82 0 0.40 270.24 0.7 0.35
Hex 5A 1B 98 29 52 0 28 10E 46 23
Octal 132 33 230 51 122 0 50 416 106 43
Binary 1011010 11011 10011000 101001 1010010 0 101000 100001110 1000110 100011

Color Harmonies of #5A1B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1B98

Black with #5A1B98

Text Example


Text Example

White with #5A1B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,27,152); }

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

background-color css

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

 a { background-color: rgb(90,27,152); }

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

border-color css

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

 span { border-color: rgb(90,27,152); }

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