Html Css Color HEX #60557B Kimberly

📋 copy color: '#60557B'

red 96 ◦ green 85 ◦ blue 123

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

Shades of Kimberly #60557B

Tints of Kimberly #60557B

RGB

 RED value IS 96 (37.89% from 255) = 31.58%

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

 BLUE value IS 123 (48.44% from 255) = 40.46%

R = 31.58%
G = 27.96%
B = 40.46%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#60557B (or 0x60557B) is known color: Kimberly. HEX triplet: 60, 55 and 7B. RGB value is (96,85,123). Sum of RGB (Red+Green+Blue) = 96+85+123=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #60557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60557B is #9FAA84. Grayscale: #5C5C5C. Windows color (decimal): -10463877 or 8082784. OLE color: 8082784.

HSL color Cylindrical-coordinate representation of color #60557B: hue angle of 257.37º 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 #60557B is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 85 123 -
CMYK 0.22 0.31 0 0.52
HSL 257.37º 0.18% 0.41% -
HSV(B) 257.37º 0.31% 0.48% -
XYZ 11.65 10.41 20.14 -
YUV 92.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 96 85 123 0.22 0.31 0 0.52 257.37 0.18 0.41
Hex 60 55 7B 16 1F 0 34 101 12 29
Octal 140 125 173 26 37 0 64 401 22 51
Binary 1100000 1010101 1111011 10110 11111 0 110100 100000001 10010 101001

Color Harmonies of #60557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60557B

Black with #60557B

Text Example


Text Example

White with #60557B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60557B;
 }
 .AnyTagClassName
 {
   color: #60557B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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