Html Css Color HEX #63557B Kimberly

📋 copy color: '#63557B'

red 99 ◦ green 85 ◦ blue 123

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

Shades of Kimberly #63557B

Tints of Kimberly #63557B

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 value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#63557B (or 0x63557B) is known color: 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

RGB 99 85 123 -
CMYK 0.20 0.31 0 0.52
HSL 262.11º 0.18% 0.41% -
HSV(B) 262.11º 0.31% 0.48% -
XYZ 11.97 10.58 20.15 -
YUV 93.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 99 85 123 0.20 0.31 0 0.52 262.11 0.18 0.41
Hex 63 55 7B 14 1F 0 34 106 12 29
Octal 143 125 173 24 37 0 64 406 22 51
Binary 1100011 1010101 1111011 10100 11111 0 110100 100000110 10010 101001

Color Harmonies of #63557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63557B

Black with #63557B

Text Example


Text Example

White with #63557B

Text Example


Text Example

HTML Codes & Css Web 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>