Html Css Color HEX #60587B Kimberly

📋 copy color: '#60587B'

red 96 ◦ green 88 ◦ blue 123

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

Shades of Kimberly #60587B

Tints of Kimberly #60587B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.66%

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

R = 31.27%
G = 28.66%
B = 40.07%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#60587B (or 0x60587B) is known color: Kimberly. HEX triplet: 60, 58 and 7B. RGB value is (96,88,123). Sum of RGB (Red+Green+Blue) = 96+88+123=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 88 (34.77% from 255 or 28.66% 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 #60587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60587B is #9FA784. Grayscale: #5E5E5E. Windows color (decimal): -10463109 or 8083552. OLE color: 8083552.

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

Color convert

RGB 96 88 123 -
CMYK 0.22 0.28 0 0.52
HSL 253.71º 0.17% 0.41% -
HSV(B) 253.71º 0.28% 0.48% -
XYZ 11.89 10.9 20.22 -
YUV 94.38 144.15 129.15 -
System Red Green Blue C M Y K H S L
Decimal 96 88 123 0.22 0.28 0 0.52 253.71 0.17 0.41
Hex 60 58 7B 16 1C 0 34 FE 11 29
Octal 140 130 173 26 34 0 64 376 21 51
Binary 1100000 1011000 1111011 10110 11100 0 110100 11111110 10001 101001

Color Harmonies of #60587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60587B

Black with #60587B

Text Example


Text Example

White with #60587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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