Html Css Color HEX #63557C Kimberly

📋 copy color: '#63557C'

red 99 ◦ green 85 ◦ blue 124

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

Shades of Kimberly #63557C

Tints of Kimberly #63557C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 32.14%
G = 27.6%
B = 40.26%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63557C (or 0x63557C) is known color: Kimberly. HEX triplet: 63, 55 and 7C. RGB value is (99,85,124). Sum of RGB (Red+Green+Blue) = 99+85+124=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #63557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63557C is #9CAA83. Grayscale: #5D5D5D. Windows color (decimal): -10267268 or 8148323. OLE color: 8148323.

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

Color convert

RGB 99 85 124 -
CMYK 0.20 0.31 0 0.51
HSL 261.54º 0.19% 0.41% -
HSV(B) 261.54º 0.31% 0.49% -
XYZ 12.03 10.6 20.48 -
YUV 93.63 145.14 131.83 -
System Red Green Blue C M Y K H S L
Decimal 99 85 124 0.20 0.31 0 0.51 261.54 0.19 0.41
Hex 63 55 7C 14 1F 0 33 106 13 29
Octal 143 125 174 24 37 0 63 406 23 51
Binary 1100011 1010101 1111100 10100 11111 0 110011 100000110 10011 101001

Color Harmonies of #63557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63557C

Black with #63557C

Text Example


Text Example

White with #63557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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