Html Css Color HEX #66577B Kimberly

📋 copy color: '#66577B'

red 102 ◦ green 87 ◦ blue 123

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

Shades of Kimberly #66577B

Tints of Kimberly #66577B

RGB

 RED value IS 102 (40.23% from 255) = 32.69%

 GREEN value IS 87 (34.38% from 255) = 27.88%

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

R = 32.69%
G = 27.88%
B = 39.42%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#66577B (or 0x66577B) is known color: Kimberly. HEX triplet: 66, 57 and 7B. RGB value is (102,87,123). Sum of RGB (Red+Green+Blue) = 102+87+123=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #66577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66577B is #99A884. Grayscale: #5F5F5F. Windows color (decimal): -10070149 or 8083302. OLE color: 8083302.

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

Color convert

RGB 102 87 123 -
CMYK 0.17 0.29 0 0.52
HSL 265º 0.17% 0.41% -
HSV(B) 265º 0.29% 0.48% -
XYZ 12.46 11.07 20.22 -
YUV 95.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 102 87 123 0.17 0.29 0 0.52 265 0.17 0.41
Hex 66 57 7B 11 1D 0 34 109 11 29
Octal 146 127 173 21 35 0 64 411 21 51
Binary 1100110 1010111 1111011 10001 11101 0 110100 100001001 10001 101001

Color Harmonies of #66577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66577B

Black with #66577B

Text Example


Text Example

White with #66577B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,87,123); }

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

background-color css

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

 a { background-color: rgb(102,87,123); }

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

border-color css

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

 span { border-color: rgb(102,87,123); }

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