Html Css Color HEX #53387D Kingfisher Daisy

📋 copy color: '#53387D'

red 83 ◦ green 56 ◦ blue 125

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

Shades of Kingfisher Daisy #53387D

Tints of Kingfisher Daisy #53387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.21%

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

R = 31.44%
G = 21.21%
B = 47.35%

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

#53387D (or 0x53387D) is known color: Kingfisher Daisy. HEX triplet: 53, 38 and 7D. RGB value is (83,56,125). Sum of RGB (Red+Green+Blue) = 83+56+125=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #53387D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53387D is #ACC782. Grayscale: #474747. Windows color (decimal): -11323267 or 8206419. OLE color: 8206419.

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

Color convert

RGB 83 56 125 -
CMYK 0.34 0.55 0 0.51
HSL 263.48º 0.38% 0.35% -
HSV(B) 263.48º 0.55% 0.49% -
XYZ 8.68 6.15 20.13 -
YUV 71.94 157.95 135.89 -
System Red Green Blue C M Y K H S L
Decimal 83 56 125 0.34 0.55 0 0.51 263.48 0.38 0.35
Hex 53 38 7D 22 37 0 33 107 26 23
Octal 123 70 175 42 67 0 63 407 46 43
Binary 1010011 111000 1111101 100010 110111 0 110011 100000111 100110 100011

Color Harmonies of #53387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53387D

Black with #53387D

Text Example


Text Example

White with #53387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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