Html Css Color HEX #065255 Sherpa Blue

📋 copy color: '#065255'

red 6 ◦ green 82 ◦ blue 85

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

Shades of Sherpa Blue #065255

Tints of Sherpa Blue #065255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 49.13%

R = 3.47%
G = 47.4%
B = 49.13%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#065255 (or 0x065255) is known color: Sherpa Blue. HEX triplet: 06, 52 and 55. RGB value is (6,82,85). Sum of RGB (Red+Green+Blue) = 6+82+85=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #065255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065255 is #F9ADAA. Grayscale: #3B3B3B. Windows color (decimal): -16362923 or 5591558. OLE color: 5591558.

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

Color convert

RGB 6 82 85 -
CMYK 0.93 0.04 0 0.67
HSL 182.28º 0.87% 0.18% -
HSV(B) 182.28º 0.93% 0.33% -
XYZ 4.73 6.73 9.64 -
YUV 59.62 142.32 89.76 -
System Red Green Blue C M Y K H S L
Decimal 6 82 85 0.93 0.04 0 0.67 182.28 0.87 0.18
Hex 6 52 55 5D 4 0 43 B6 57 12
Octal 6 122 125 135 4 0 103 266 127 22
Binary 110 1010010 1010101 1011101 100 0 1000011 10110110 1010111 10010

Color Harmonies of #065255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065255

Black with #065255

Text Example


Text Example

White with #065255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065255; }

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

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

background-color css

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

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

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

border-color css

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

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

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