Html Css Color HEX #53397D Kingfisher Daisy

📋 copy color: '#53397D'

red 83 ◦ green 57 ◦ blue 125

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

Shades of Kingfisher Daisy #53397D

Tints of Kingfisher Daisy #53397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

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

R = 31.32%
G = 21.51%
B = 47.17%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53397D (or 0x53397D) is known color: Kingfisher Daisy. HEX triplet: 53, 39 and 7D. RGB value is (83,57,125). Sum of RGB (Red+Green+Blue) = 83+57+125=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #53397D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53397D is #ACC682. Grayscale: #484848. Windows color (decimal): -11323011 or 8206675. OLE color: 8206675.

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

Color convert

RGB 83 57 125 -
CMYK 0.34 0.54 0 0.51
HSL 262.94º 0.37% 0.36% -
HSV(B) 262.94º 0.54% 0.49% -
XYZ 8.73 6.25 20.15 -
YUV 72.53 157.61 135.47 -
System Red Green Blue C M Y K H S L
Decimal 83 57 125 0.34 0.54 0 0.51 262.94 0.37 0.36
Hex 53 39 7D 22 36 0 33 107 25 24
Octal 123 71 175 42 66 0 63 407 45 44
Binary 1010011 111001 1111101 100010 110110 0 110011 100000111 100101 100100

Color Harmonies of #53397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53397D

Black with #53397D

Text Example


Text Example

White with #53397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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