Html Css Color HEX #65728B Waikawa Grey

📋 copy color: '#65728B'

red 101 ◦ green 114 ◦ blue 139

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

Shades of Waikawa Grey #65728B

Tints of Waikawa Grey #65728B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 28.53%
G = 32.2%
B = 39.27%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65728B (or 0x65728B) is known color: Waikawa Grey. HEX triplet: 65, 72 and 8B. RGB value is (101,114,139). Sum of RGB (Red+Green+Blue) = 101+114+139=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #65728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65728B is #9A8D74. Grayscale: #707070. Windows color (decimal): -10128757 or 9138789. OLE color: 9138789.

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

Color convert

RGB 101 114 139 -
CMYK 0.27 0.18 0 0.45
HSL 219.47º 0.16% 0.47% -
HSV(B) 219.47º 0.27% 0.55% -
XYZ 16.04 16.67 26.8 -
YUV 112.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 101 114 139 0.27 0.18 0 0.45 219.47 0.16 0.47
Hex 65 72 8B 1B 12 0 2D DB 10 2F
Octal 145 162 213 33 22 0 55 333 20 57
Binary 1100101 1110010 10001011 11011 10010 0 101101 11011011 10000 101111

Color Harmonies of #65728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65728B

Black with #65728B

Text Example


Text Example

White with #65728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65728B; }

 p { color: rgb(101,114,139); }

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

background-color css

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

 a { background-color: rgb(101,114,139); }

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

border-color css

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

 span { border-color: rgb(101,114,139); }

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