Html Css Color HEX #5A358A Kingfisher Daisy

📋 copy color: '#5A358A'

red 90 ◦ green 53 ◦ blue 138

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

Shades of Kingfisher Daisy #5A358A

Tints of Kingfisher Daisy #5A358A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 49.11%

R = 32.03%
G = 18.86%
B = 49.11%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A358A (or 0x5A358A) is known color: Kingfisher Daisy. HEX triplet: 5A, 35 and 8A. RGB value is (90,53,138). Sum of RGB (Red+Green+Blue) = 90+53+138=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A358A is #A5CA75. Grayscale: #494949. Windows color (decimal): -10865270 or 9057626. OLE color: 9057626.

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

Color convert

RGB 90 53 138 -
CMYK 0.35 0.62 0 0.46
HSL 266.12º 0.45% 0.37% -
HSV(B) 266.12º 0.62% 0.54% -
XYZ 10.08 6.55 24.78 -
YUV 73.75 164.26 139.59 -
System Red Green Blue C M Y K H S L
Decimal 90 53 138 0.35 0.62 0 0.46 266.12 0.45 0.37
Hex 5A 35 8A 23 3E 0 2E 10A 2D 25
Octal 132 65 212 43 76 0 56 412 55 45
Binary 1011010 110101 10001010 100011 111110 0 101110 100001010 101101 100101

Color Harmonies of #5A358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A358A

Black with #5A358A

Text Example


Text Example

White with #5A358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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