Html Css Color HEX #065257 Sherpa Blue

📋 copy color: '#065257'

red 6 ◦ green 82 ◦ blue 87

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

Shades of Sherpa Blue #065257

Tints of Sherpa Blue #065257

RGB

 RED value IS 6 (2.73% from 255) = 3.43%

 GREEN value IS 82 (32.42% from 255) = 46.86%

 BLUE value IS 87 (34.38% from 255) = 49.71%

R = 3.43%
G = 46.86%
B = 49.71%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#065257 (or 0x065257) is known color: Sherpa Blue. HEX triplet: 06, 52 and 57. RGB value is (6,82,87). Sum of RGB (Red+Green+Blue) = 6+82+87=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #065257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065257 is #F9ADA8. Grayscale: #3B3B3B. Windows color (decimal): -16362921 or 5722630. OLE color: 5722630.

HSL color Cylindrical-coordinate representation of color #065257: hue angle of 183.7º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065257 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 82 87 -
CMYK 0.93 0.06 0 0.66
HSL 183.7º 0.87% 0.18% -
HSV(B) 183.7º 0.93% 0.34% -
XYZ 4.81 6.76 10.07 -
YUV 59.85 143.32 89.59 -
System Red Green Blue C M Y K H S L
Decimal 6 82 87 0.93 0.06 0 0.66 183.7 0.87 0.18
Hex 6 52 57 5D 6 0 42 B8 57 12
Octal 6 122 127 135 6 0 102 270 127 22
Binary 110 1010010 1010111 1011101 110 0 1000010 10111000 1010111 10010

Color Harmonies of #065257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065257

Black with #065257

Text Example


Text Example

White with #065257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065257; }

 p { color: rgb(6,82,87); }

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

background-color css

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

 a { background-color: rgb(6,82,87); }

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

border-color css

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

 span { border-color: rgb(6,82,87); }

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