Html Css Color HEX #53397E Kingfisher Daisy

📋 copy color: '#53397E'

red 83 ◦ green 57 ◦ blue 126

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

Shades of Kingfisher Daisy #53397E

Tints of Kingfisher Daisy #53397E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 47.37%

R = 31.2%
G = 21.43%
B = 47.37%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53397E (or 0x53397E) is known color: Kingfisher Daisy. HEX triplet: 53, 39 and 7E. RGB value is (83,57,126). Sum of RGB (Red+Green+Blue) = 83+57+126=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #53397E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53397E is #ACC681. Grayscale: #484848. Windows color (decimal): -11323010 or 8272211. OLE color: 8272211.

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

Color convert

RGB 83 57 126 -
CMYK 0.34 0.55 0 0.51
HSL 262.61º 0.38% 0.36% -
HSV(B) 262.61º 0.55% 0.49% -
XYZ 8.8 6.27 20.49 -
YUV 72.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 83 57 126 0.34 0.55 0 0.51 262.61 0.38 0.36
Hex 53 39 7E 22 37 0 33 107 26 24
Octal 123 71 176 42 67 0 63 407 46 44
Binary 1010011 111001 1111110 100010 110111 0 110011 100000111 100110 100100

Color Harmonies of #53397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53397E

Black with #53397E

Text Example


Text Example

White with #53397E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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