#63557B

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

Shades of Kimberly #63557B

Tints of Kimberly #63557B

Color information

#63557B (or 0x63557B) is unknown color: approx Kimberly. HEX triplet: 63, 55 and 7B. RGB value is (99,85,123). Sum of RGB (Red+Green+Blue) = 99+85+123=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #63557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63557B is #9CAA84. Grayscale: #5D5D5D. Windows color (decimal): -10267269 or 8082787. OLE color: 8082787.

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

Color convert

RGB9985123-
CMYK0.200.3100.52
HSL262.11º18.27%40.78%-
HSV(B)262.11º30.89%48.24%-
XYZ11.9710.5820.15-
YUV93.52144.64131.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.25%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=32.25%
G=27.69%
B=40.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal99851230.200.3100.52262.1118.2740.78
Hex63557B141F0341061229
Octal14312517324370644062251
Binary1100011101010111110111010011111011010010000011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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