Html Css Color HEX #65758C Waikawa Grey

📋 copy color: '#65758C'

red 101 ◦ green 117 ◦ blue 140

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

Shades of Waikawa Grey #65758C

Tints of Waikawa Grey #65758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.68%

 BLUE value IS 140 (55.08% from 255) = 39.11%

R = 28.21%
G = 32.68%
B = 39.11%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65758C (or 0x65758C) is known color: Waikawa Grey. HEX triplet: 65, 75 and 8C. RGB value is (101,117,140). Sum of RGB (Red+Green+Blue) = 101+117+140=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #65758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65758C is #9A8A73. Grayscale: #727272. Windows color (decimal): -10127988 or 9205093. OLE color: 9205093.

HSL color Cylindrical-coordinate representation of color #65758C: hue angle of 215.38º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65758C is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 117 140 -
CMYK 0.28 0.16 0 0.45
HSL 215.38º 0.16% 0.47% -
HSV(B) 215.38º 0.28% 0.55% -
XYZ 16.46 17.38 27.3 -
YUV 114.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 101 117 140 0.28 0.16 0 0.45 215.38 0.16 0.47
Hex 65 75 8C 1C 10 0 2D D7 10 2F
Octal 145 165 214 34 20 0 55 327 20 57
Binary 1100101 1110101 10001100 11100 10000 0 101101 11010111 10000 101111

Color Harmonies of #65758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65758C

Black with #65758C

Text Example


Text Example

White with #65758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65758C; }

 p { color: rgb(101,117,140); }

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

background-color css

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

 a { background-color: rgb(101,117,140); }

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

border-color css

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

 span { border-color: rgb(101,117,140); }

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