Html Css Color HEX #5A348C Kingfisher Daisy

📋 copy color: '#5A348C'

red 90 ◦ green 52 ◦ blue 140

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

Shades of Kingfisher Daisy #5A348C

Tints of Kingfisher Daisy #5A348C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.44%

 BLUE value IS 140 (55.08% from 255) = 49.65%

R = 31.91%
G = 18.44%
B = 49.65%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A348C (or 0x5A348C) is known color: Kingfisher Daisy. HEX triplet: 5A, 34 and 8C. RGB value is (90,52,140). Sum of RGB (Red+Green+Blue) = 90+52+140=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A348C is #A5CB73. Grayscale: #494949. Windows color (decimal): -10865524 or 9188442. OLE color: 9188442.

HSL color Cylindrical-coordinate representation of color #5A348C: hue angle of 265.91º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A348C is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 52 140 -
CMYK 0.36 0.63 0 0.45
HSL 265.91º 0.46% 0.38% -
HSV(B) 265.91º 0.63% 0.55% -
XYZ 10.18 6.52 25.53 -
YUV 73.39 165.59 139.84 -
System Red Green Blue C M Y K H S L
Decimal 90 52 140 0.36 0.63 0 0.45 265.91 0.46 0.38
Hex 5A 34 8C 24 3F 0 2D 10A 2E 26
Octal 132 64 214 44 77 0 55 412 56 46
Binary 1011010 110100 10001100 100100 111111 0 101101 100001010 101110 100110

Color Harmonies of #5A348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A348C

Black with #5A348C

Text Example


Text Example

White with #5A348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,52,140); }

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

background-color css

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

 a { background-color: rgb(90,52,140); }

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

border-color css

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

 span { border-color: rgb(90,52,140); }

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