Html Css Color HEX #655885 Kimberly

📋 copy color: '#655885'

red 101 ◦ green 88 ◦ blue 133

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

Shades of Kimberly #655885

Tints of Kimberly #655885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.3%

R = 31.37%
G = 27.33%
B = 41.3%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#655885 (or 0x655885) is known color: Kimberly. HEX triplet: 65, 58 and 85. RGB value is (101,88,133). Sum of RGB (Red+Green+Blue) = 101+88+133=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #655885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655885 is #9AA77A. Grayscale: #606060. Windows color (decimal): -10135419 or 8738917. OLE color: 8738917.

HSL color Cylindrical-coordinate representation of color #655885: hue angle of 257.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #655885 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 88 133 -
CMYK 0.24 0.34 0 0.48
HSL 257.33º 0.2% 0.43% -
HSV(B) 257.33º 0.34% 0.52% -
XYZ 13.09 11.44 23.71 -
YUV 97.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 101 88 133 0.24 0.34 0 0.48 257.33 0.2 0.43
Hex 65 58 85 18 22 0 30 101 14 2B
Octal 145 130 205 30 42 0 60 401 24 53
Binary 1100101 1011000 10000101 11000 100010 0 110000 100000001 10100 101011

Color Harmonies of #655885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655885

Black with #655885

Text Example


Text Example

White with #655885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655885; }

 p { color: rgb(101,88,133); }

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

background-color css

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

 a { background-color: rgb(101,88,133); }

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

border-color css

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

 span { border-color: rgb(101,88,133); }

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