Html Css Color HEX #5A1B88 Kingfisher Daisy

📋 copy color: '#5A1B88'

red 90 ◦ green 27 ◦ blue 136

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

Shades of Kingfisher Daisy #5A1B88

Tints of Kingfisher Daisy #5A1B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.75%

R = 35.57%
G = 10.67%
B = 53.75%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5A1B88 (or 0x5A1B88) is known color: Kingfisher Daisy. HEX triplet: 5A, 1B and 88. RGB value is (90,27,136). Sum of RGB (Red+Green+Blue) = 90+27+136=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A1B88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1B88 is #A5E477. Grayscale: #393939. Windows color (decimal): -10871928 or 8919898. OLE color: 8919898.

HSL color Cylindrical-coordinate representation of color #5A1B88: hue angle of 274.68º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A1B88 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 27 136 -
CMYK 0.34 0.80 0 0.47
HSL 274.68º 0.67% 0.32% -
HSV(B) 274.68º 0.8% 0.53% -
XYZ 9.05 4.74 23.73 -
YUV 58.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 90 27 136 0.34 0.80 0 0.47 274.68 0.67 0.32
Hex 5A 1B 88 22 50 0 2F 113 43 20
Octal 132 33 210 42 120 0 57 423 103 40
Binary 1011010 11011 10001000 100010 1010000 0 101111 100010011 1000011 100000

Color Harmonies of #5A1B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1B88

Black with #5A1B88

Text Example


Text Example

White with #5A1B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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