Html Css Color HEX #65758A Waikawa Grey

📋 copy color: '#65758A'

red 101 ◦ green 117 ◦ blue 138

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

Shades of Waikawa Grey #65758A

Tints of Waikawa Grey #65758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 28.37%
G = 32.87%
B = 38.76%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#65758A (or 0x65758A) is known color: Waikawa Grey. HEX triplet: 65, 75 and 8A. RGB value is (101,117,138). Sum of RGB (Red+Green+Blue) = 101+117+138=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #65758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65758A is #9A8A75. Grayscale: #727272. Windows color (decimal): -10127990 or 9074021. OLE color: 9074021.

HSL color Cylindrical-coordinate representation of color #65758A: hue angle of 214.05º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65758A is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 117 138 -
CMYK 0.27 0.15 0 0.46
HSL 214.05º 0.15% 0.47% -
HSV(B) 214.05º 0.27% 0.54% -
XYZ 16.32 17.32 26.53 -
YUV 114.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 101 117 138 0.27 0.15 0 0.46 214.05 0.15 0.47
Hex 65 75 8A 1B F 0 2E D6 F 2F
Octal 145 165 212 33 17 0 56 326 17 57
Binary 1100101 1110101 10001010 11011 1111 0 101110 11010110 1111 101111

Color Harmonies of #65758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65758A

Black with #65758A

Text Example


Text Example

White with #65758A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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