Html Css Color HEX #5A2F85 Kingfisher Daisy

📋 copy color: '#5A2F85'

red 90 ◦ green 47 ◦ blue 133

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

Shades of Kingfisher Daisy #5A2F85

Tints of Kingfisher Daisy #5A2F85

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.41%

 BLUE value IS 133 (52.34% from 255) = 49.26%

R = 33.33%
G = 17.41%
B = 49.26%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A2F85 (or 0x5A2F85) is known color: Kingfisher Daisy. HEX triplet: 5A, 2F and 85. RGB value is (90,47,133). Sum of RGB (Red+Green+Blue) = 90+47+133=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A2F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2F85 is #A5D07A. Grayscale: #454545. Windows color (decimal): -10866811 or 8728410. OLE color: 8728410.

HSL color Cylindrical-coordinate representation of color #5A2F85: hue angle of 270º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A2F85 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 47 133 -
CMYK 0.32 0.65 0 0.48
HSL 270º 0.48% 0.35% -
HSV(B) 270º 0.65% 0.52% -
XYZ 9.47 5.9 22.83 -
YUV 69.66 163.75 142.51 -
System Red Green Blue C M Y K H S L
Decimal 90 47 133 0.32 0.65 0 0.48 270 0.48 0.35
Hex 5A 2F 85 20 41 0 30 10E 30 23
Octal 132 57 205 40 101 0 60 416 60 43
Binary 1011010 101111 10000101 100000 1000001 0 110000 100001110 110000 100011

Color Harmonies of #5A2F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2F85

Black with #5A2F85

Text Example


Text Example

White with #5A2F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,47,133); }

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

background-color css

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

 a { background-color: rgb(90,47,133); }

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

border-color css

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

 span { border-color: rgb(90,47,133); }

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