Html Css Color HEX #655F81 Kimberly

📋 copy color: '#655F81'

red 101 ◦ green 95 ◦ blue 129

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

Shades of Kimberly #655F81

Tints of Kimberly #655F81

RGB

 RED value IS 101 (39.84% from 255) = 31.08%

 GREEN value IS 95 (37.5% from 255) = 29.23%

 BLUE value IS 129 (50.78% from 255) = 39.69%

R = 31.08%
G = 29.23%
B = 39.69%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#655F81 (or 0x655F81) is known color: Kimberly. HEX triplet: 65, 5F and 81. RGB value is (101,95,129). Sum of RGB (Red+Green+Blue) = 101+95+129=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 129 - color contains mainly: blue. Hex color #655F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655F81 is #9AA07E. Grayscale: #646464. Windows color (decimal): -10133631 or 8478565. OLE color: 8478565.

HSL color Cylindrical-coordinate representation of color #655F81: hue angle of 250.59º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #655F81 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 95 129 -
CMYK 0.22 0.26 0 0.49
HSL 250.59º 0.15% 0.44% -
HSV(B) 250.59º 0.26% 0.51% -
XYZ 13.42 12.54 22.48 -
YUV 100.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 101 95 129 0.22 0.26 0 0.49 250.59 0.15 0.44
Hex 65 5F 81 16 1A 0 31 FB F 2C
Octal 145 137 201 26 32 0 61 373 17 54
Binary 1100101 1011111 10000001 10110 11010 0 110001 11111011 1111 101100

Color Harmonies of #655F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655F81

Black with #655F81

Text Example


Text Example

White with #655F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655F81; }

 p { color: rgb(101,95,129); }

 H1.HeaderClassName
 {
   color: #655F81;
 }
 .AnyTagClassName
 {
   color: #655F81;
 }
</style>

background-color css

<style>
 a { background-color: #655F81; }

 a { background-color: rgb(101,95,129); }

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

border-color css

<style>
 span { border-color: #655F81; }

 span { border-color: rgb(101,95,129); }

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