Html Css Color HEX #53357D Kingfisher Daisy

📋 copy color: '#53357D'

red 83 ◦ green 53 ◦ blue 125

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

Shades of Kingfisher Daisy #53357D

Tints of Kingfisher Daisy #53357D

RGB

 RED value IS 83 (32.81% from 255) = 31.8%

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

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

R = 31.8%
G = 20.31%
B = 47.89%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53357D (or 0x53357D) is known color: Kingfisher Daisy. HEX triplet: 53, 35 and 7D. RGB value is (83,53,125). Sum of RGB (Red+Green+Blue) = 83+53+125=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #53357D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53357D is #ACCA82. Grayscale: #454545. Windows color (decimal): -11324035 or 8205651. OLE color: 8205651.

HSL color Cylindrical-coordinate representation of color #53357D: hue angle of 265º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53357D is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 53 125 -
CMYK 0.34 0.58 0 0.51
HSL 265º 0.4% 0.35% -
HSV(B) 265º 0.58% 0.49% -
XYZ 8.54 5.87 20.08 -
YUV 70.18 158.94 137.15 -
System Red Green Blue C M Y K H S L
Decimal 83 53 125 0.34 0.58 0 0.51 265 0.4 0.35
Hex 53 35 7D 22 3A 0 33 109 28 23
Octal 123 65 175 42 72 0 63 411 50 43
Binary 1010011 110101 1111101 100010 111010 0 110011 100001001 101000 100011

Color Harmonies of #53357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53357D

Black with #53357D

Text Example


Text Example

White with #53357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53357D; }

 p { color: rgb(83,53,125); }

 H1.HeaderClassName
 {
   color: #53357D;
 }
 .AnyTagClassName
 {
   color: #53357D;
 }
</style>

background-color css

<style>
 a { background-color: #53357D; }

 a { background-color: rgb(83,53,125); }

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

border-color css

<style>
 span { border-color: #53357D; }

 span { border-color: rgb(83,53,125); }

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