Html Css Color HEX #5A357B Kingfisher Daisy

📋 copy color: '#5A357B'

red 90 ◦ green 53 ◦ blue 123

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

Shades of Kingfisher Daisy #5A357B

Tints of Kingfisher Daisy #5A357B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.92%

 BLUE value IS 123 (48.44% from 255) = 46.24%

R = 33.83%
G = 19.92%
B = 46.24%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5A357B (or 0x5A357B) is known color: Kingfisher Daisy. HEX triplet: 5A, 35 and 7B. RGB value is (90,53,123). Sum of RGB (Red+Green+Blue) = 90+53+123=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A357B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A357B is #A5CA84. Grayscale: #474747. Windows color (decimal): -10865285 or 8074586. OLE color: 8074586.

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

Color convert

RGB 90 53 123 -
CMYK 0.27 0.57 0 0.52
HSL 271.71º 0.4% 0.35% -
HSV(B) 271.71º 0.57% 0.48% -
XYZ 9.06 6.15 19.45 -
YUV 72.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 90 53 123 0.27 0.57 0 0.52 271.71 0.4 0.35
Hex 5A 35 7B 1B 39 0 34 110 28 23
Octal 132 65 173 33 71 0 64 420 50 43
Binary 1011010 110101 1111011 11011 111001 0 110100 100010000 101000 100011

Color Harmonies of #5A357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A357B

Black with #5A357B

Text Example


Text Example

White with #5A357B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,53,123); }

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

background-color css

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

 a { background-color: rgb(90,53,123); }

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

border-color css

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

 span { border-color: rgb(90,53,123); }

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