Html Css Color HEX #5A337D Kingfisher Daisy

📋 copy color: '#5A337D'

red 90 ◦ green 51 ◦ blue 125

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

Shades of Kingfisher Daisy #5A337D

Tints of Kingfisher Daisy #5A337D

RGB

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

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

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

R = 33.83%
G = 19.17%
B = 46.99%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A337D (or 0x5A337D) is known color: Kingfisher Daisy. HEX triplet: 5A, 33 and 7D. RGB value is (90,51,125). Sum of RGB (Red+Green+Blue) = 90+51+125=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A337D is #A5CC82. Grayscale: #464646. Windows color (decimal): -10865795 or 8205146. OLE color: 8205146.

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

Color convert

RGB 90 51 125 -
CMYK 0.28 0.59 0 0.51
HSL 271.62º 0.42% 0.35% -
HSV(B) 271.62º 0.59% 0.49% -
XYZ 9.1 6.02 20.08 -
YUV 71.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 90 51 125 0.28 0.59 0 0.51 271.62 0.42 0.35
Hex 5A 33 7D 1C 3B 0 33 110 2A 23
Octal 132 63 175 34 73 0 63 420 52 43
Binary 1011010 110011 1111101 11100 111011 0 110011 100010000 101010 100011

Color Harmonies of #5A337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A337D

Black with #5A337D

Text Example


Text Example

White with #5A337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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