Html Css Color HEX #5A2B85 Kingfisher Daisy

📋 copy color: '#5A2B85'

red 90 ◦ green 43 ◦ blue 133

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

Shades of Kingfisher Daisy #5A2B85

Tints of Kingfisher Daisy #5A2B85

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.17%

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

R = 33.83%
G = 16.17%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A2B85 (or 0x5A2B85) is known color: Kingfisher Daisy. HEX triplet: 5A, 2B and 85. RGB value is (90,43,133). Sum of RGB (Red+Green+Blue) = 90+43+133=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A2B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2B85 is #A5D47A. Grayscale: #434343. Windows color (decimal): -10867835 or 8727386. OLE color: 8727386.

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

Color convert

RGB 90 43 133 -
CMYK 0.32 0.68 0 0.48
HSL 271.33º 0.51% 0.35% -
HSV(B) 271.33º 0.68% 0.52% -
XYZ 9.31 5.59 22.78 -
YUV 67.31 165.07 144.18 -
System Red Green Blue C M Y K H S L
Decimal 90 43 133 0.32 0.68 0 0.48 271.33 0.51 0.35
Hex 5A 2B 85 20 44 0 30 10F 33 23
Octal 132 53 205 40 104 0 60 417 63 43
Binary 1011010 101011 10000101 100000 1000100 0 110000 100001111 110011 100011

Color Harmonies of #5A2B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2B85

Black with #5A2B85

Text Example


Text Example

White with #5A2B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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