Html Css Color HEX #5A287D Kingfisher Daisy

📋 copy color: '#5A287D'

red 90 ◦ green 40 ◦ blue 125

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

Shades of Kingfisher Daisy #5A287D

Tints of Kingfisher Daisy #5A287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.69%

 BLUE value IS 125 (49.22% from 255) = 49.02%

R = 35.29%
G = 15.69%
B = 49.02%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A287D (or 0x5A287D) is known color: Kingfisher Daisy. HEX triplet: 5A, 28 and 7D. RGB value is (90,40,125). Sum of RGB (Red+Green+Blue) = 90+40+125=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A287D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A287D is #A5D782. Grayscale: #404040. Windows color (decimal): -10868611 or 8202330. OLE color: 8202330.

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

Color convert

RGB 90 40 125 -
CMYK 0.28 0.68 0 0.51
HSL 275.29º 0.52% 0.32% -
HSV(B) 275.29º 0.68% 0.49% -
XYZ 8.68 5.17 19.94 -
YUV 64.64 162.07 146.09 -
System Red Green Blue C M Y K H S L
Decimal 90 40 125 0.28 0.68 0 0.51 275.29 0.52 0.32
Hex 5A 28 7D 1C 44 0 33 113 34 20
Octal 132 50 175 34 104 0 63 423 64 40
Binary 1011010 101000 1111101 11100 1000100 0 110011 100010011 110100 100000

Color Harmonies of #5A287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A287D

Black with #5A287D

Text Example


Text Example

White with #5A287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,40,125); }

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

background-color css

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

 a { background-color: rgb(90,40,125); }

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

border-color css

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

 span { border-color: rgb(90,40,125); }

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