Html Css Color HEX #65828B Hoki

📋 copy color: '#65828B'

red 101 ◦ green 130 ◦ blue 139

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

Shades of Hoki #65828B

Tints of Hoki #65828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.14%

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

R = 27.3%
G = 35.14%
B = 37.57%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65828B (or 0x65828B) is known color: Hoki. HEX triplet: 65, 82 and 8B. RGB value is (101,130,139). Sum of RGB (Red+Green+Blue) = 101+130+139=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #65828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65828B is #9A7D74. Grayscale: #7A7A7A. Windows color (decimal): -10124661 or 9142885. OLE color: 9142885.

HSL color Cylindrical-coordinate representation of color #65828B: hue angle of 194.21º 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 #65828B is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 130 139 -
CMYK 0.27 0.06 0 0.45
HSL 194.21º 0.16% 0.47% -
HSV(B) 194.21º 0.27% 0.55% -
XYZ 18.01 20.6 27.45 -
YUV 122.36 137.39 112.77 -
System Red Green Blue C M Y K H S L
Decimal 101 130 139 0.27 0.06 0 0.45 194.21 0.16 0.47
Hex 65 82 8B 1B 6 0 2D C2 10 2F
Octal 145 202 213 33 6 0 55 302 20 57
Binary 1100101 10000010 10001011 11011 110 0 101101 11000010 10000 101111

Color Harmonies of #65828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65828B

Black with #65828B

Text Example


Text Example

White with #65828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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