Html Css Color HEX #5A3487 Kingfisher Daisy

📋 copy color: '#5A3487'

red 90 ◦ green 52 ◦ blue 135

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

Shades of Kingfisher Daisy #5A3487

Tints of Kingfisher Daisy #5A3487

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.77%

 BLUE value IS 135 (53.13% from 255) = 48.74%

R = 32.49%
G = 18.77%
B = 48.74%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5A3487 (or 0x5A3487) is known color: Kingfisher Daisy. HEX triplet: 5A, 34 and 87. RGB value is (90,52,135). Sum of RGB (Red+Green+Blue) = 90+52+135=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A3487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3487 is #A5CB78. Grayscale: #484848. Windows color (decimal): -10865529 or 8860762. OLE color: 8860762.

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

Color convert

RGB 90 52 135 -
CMYK 0.33 0.61 0 0.47
HSL 267.47º 0.44% 0.37% -
HSV(B) 267.47º 0.61% 0.53% -
XYZ 9.82 6.38 23.64 -
YUV 72.82 163.09 140.25 -
System Red Green Blue C M Y K H S L
Decimal 90 52 135 0.33 0.61 0 0.47 267.47 0.44 0.37
Hex 5A 34 87 21 3D 0 2F 10B 2C 25
Octal 132 64 207 41 75 0 57 413 54 45
Binary 1011010 110100 10000111 100001 111101 0 101111 100001011 101100 100101

Color Harmonies of #5A3487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3487

Black with #5A3487

Text Example


Text Example

White with #5A3487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,52,135); }

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

background-color css

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

 a { background-color: rgb(90,52,135); }

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

border-color css

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

 span { border-color: rgb(90,52,135); }

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