Html Css Color HEX #5A3E75 Kingfisher Daisy

📋 copy color: '#5A3E75'

red 90 ◦ green 62 ◦ blue 117

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

Shades of Kingfisher Daisy #5A3E75

Tints of Kingfisher Daisy #5A3E75

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.05%

 BLUE value IS 117 (46.09% from 255) = 43.49%

R = 33.46%
G = 23.05%
B = 43.49%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5A3E75 (or 0x5A3E75) is known color: Kingfisher Daisy. HEX triplet: 5A, 3E and 75. RGB value is (90,62,117). Sum of RGB (Red+Green+Blue) = 90+62+117=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A3E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3E75 is #A5C18A. Grayscale: #4C4C4C. Windows color (decimal): -10862987 or 7683674. OLE color: 7683674.

HSL color Cylindrical-coordinate representation of color #5A3E75: hue angle of 270.55º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A3E75 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 62 117 -
CMYK 0.23 0.47 0 0.54
HSL 270.55º 0.31% 0.35% -
HSV(B) 270.55º 0.47% 0.46% -
XYZ 9.15 6.9 17.68 -
YUV 76.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 90 62 117 0.23 0.47 0 0.54 270.55 0.31 0.35
Hex 5A 3E 75 17 2F 0 36 10F 1F 23
Octal 132 76 165 27 57 0 66 417 37 43
Binary 1011010 111110 1110101 10111 101111 0 110110 100001111 11111 100011

Color Harmonies of #5A3E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3E75

Black with #5A3E75

Text Example


Text Example

White with #5A3E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,62,117); }

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

background-color css

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

 a { background-color: rgb(90,62,117); }

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

border-color css

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

 span { border-color: rgb(90,62,117); }

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