#655F7B

Color #655F7B Dolphin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolphin #655F7B

Tints of Dolphin #655F7B

Color information

#655F7B (or 0x655F7B) is unknown color: approx Dolphin. HEX triplet: 65, 5F and 7B. RGB value is (101,95,123). Sum of RGB (Red+Green+Blue) = 101+95+123=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 123 - color contains mainly: blue. Hex color #655F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F7B is #9AA084. Grayscale: #636363. Windows color (decimal): -10133637 or 8085349. OLE color: 8085349.

HSL color Cylindrical-coordinate representation of color #655F7B: hue angle of 252.86º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #655F7B is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10195123-
CMYK0.180.2300.52
HSL252.86º12.84%42.75%-
HSV(B)252.86º22.76%48.24%-
XYZ13.0312.3820.44-
YUV99.99140.99128.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.66%
GREEN value IS 95 (37.5% from 255) = 29.78%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=31.66%
G=29.78%
B=38.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101951230.180.2300.52252.8612.8442.75
Hex655F7B1217034fdd2b
Octal14513717322270643751553
Binary11001011011111111101110010101110110100111111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #655F7B;
 }
 .AnyTagClassName
 {
   color: #655F7B;
 }
</style>
background-color css

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

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

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

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

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

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