Html Css Color HEX #5A3388 Kingfisher Daisy

📋 copy color: '#5A3388'

red 90 ◦ green 51 ◦ blue 136

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

Shades of Kingfisher Daisy #5A3388

Tints of Kingfisher Daisy #5A3388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

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

R = 32.49%
G = 18.41%
B = 49.1%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5A3388 (or 0x5A3388) is known color: Kingfisher Daisy. HEX triplet: 5A, 33 and 88. RGB value is (90,51,136). Sum of RGB (Red+Green+Blue) = 90+51+136=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A3388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3388 is #A5CC77. Grayscale: #484848. Windows color (decimal): -10865784 or 8926042. OLE color: 8926042.

HSL color Cylindrical-coordinate representation of color #5A3388: hue angle of 267.53º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A3388 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 51 136 -
CMYK 0.34 0.62 0 0.47
HSL 267.53º 0.45% 0.37% -
HSV(B) 267.53º 0.63% 0.53% -
XYZ 9.84 6.32 23.99 -
YUV 72.35 163.92 140.59 -
System Red Green Blue C M Y K H S L
Decimal 90 51 136 0.34 0.62 0 0.47 267.53 0.45 0.37
Hex 5A 33 88 22 3E 0 2F 10C 2D 25
Octal 132 63 210 42 76 0 57 414 55 45
Binary 1011010 110011 10001000 100010 111110 0 101111 100001100 101101 100101

Color Harmonies of #5A3388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3388

Black with #5A3388

Text Example


Text Example

White with #5A3388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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