Html Css Color HEX #63557D Kimberly

📋 copy color: '#63557D'

red 99 ◦ green 85 ◦ blue 125

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

Shades of Kimberly #63557D

Tints of Kimberly #63557D

RGB

 RED value IS 99 (39.06% from 255) = 32.04%

 GREEN value IS 85 (33.59% from 255) = 27.51%

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

R = 32.04%
G = 27.51%
B = 40.45%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63557D (or 0x63557D) is known color: Kimberly. HEX triplet: 63, 55 and 7D. RGB value is (99,85,125). Sum of RGB (Red+Green+Blue) = 99+85+125=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #63557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63557D is #9CAA82. Grayscale: #5D5D5D. Windows color (decimal): -10267267 or 8213859. OLE color: 8213859.

HSL color Cylindrical-coordinate representation of color #63557D: hue angle of 261º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63557D is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 85 125 -
CMYK 0.21 0.32 0 0.51
HSL 261º 0.19% 0.41% -
HSV(B) 261º 0.32% 0.49% -
XYZ 12.1 10.63 20.82 -
YUV 93.75 145.64 131.75 -
System Red Green Blue C M Y K H S L
Decimal 99 85 125 0.21 0.32 0 0.51 261 0.19 0.41
Hex 63 55 7D 15 20 0 33 105 13 29
Octal 143 125 175 25 40 0 63 405 23 51
Binary 1100011 1010101 1111101 10101 100000 0 110011 100000101 10011 101001

Color Harmonies of #63557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63557D

Black with #63557D

Text Example


Text Example

White with #63557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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