#63537B

Color #63537B Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #63537B

Tints of Kimberly #63537B

Color information

#63537B (or 0x63537B) is unknown color: approx Kimberly. HEX triplet: 63, 53 and 7B. RGB value is (99,83,123). Sum of RGB (Red+Green+Blue) = 99+83+123=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #63537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63537B is #9CAC84. Grayscale: #5C5C5C. Windows color (decimal): -10267781 or 8082275. OLE color: 8082275.

HSL color Cylindrical-coordinate representation of color #63537B: hue angle of 264º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63537B is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9983123-
CMYK0.200.3300.52
HSL264º19.42%40.39%-
HSV(B)264º32.52%48.24%-
XYZ11.8110.2720.1-
YUV92.34145.3132.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.46%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=32.46%
G=27.21%
B=40.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal99831230.200.3300.5226419.4240.39
Hex63537B14210341081328
Octal14312317324410644102350
Binary11000111010011111101110100100001011010010000100010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63537B; }

 p { color: rgb(99,83,123); }

 H1.HeaderClassName
 {
   color: #63537B;
 }
 .AnyTagClassName
 {
   color: #63537B;
 }
</style>
background-color css

<style>
 a { background-color: #63537B; }

 a { background-color: rgb(99,83,123); }

 div.DivClassName
 {
   background-color: #63537B;
 }
 .BgClassName
 {
   background-color: #63537B;
 }
</style>
border-color css

<style>
 span { border-color: #63537B; }

 span { border-color: rgb(99,83,123); }

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