Html Css Color HEX #065358 Sherpa Blue

📋 copy color: '#065358'

red 6 ◦ green 83 ◦ blue 88

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

Shades of Sherpa Blue #065358

Tints of Sherpa Blue #065358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.89%

 BLUE value IS 88 (34.77% from 255) = 49.72%

R = 3.39%
G = 46.89%
B = 49.72%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#065358 (or 0x065358) is known color: Sherpa Blue. HEX triplet: 06, 53 and 58. RGB value is (6,83,88). Sum of RGB (Red+Green+Blue) = 6+83+88=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #065358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065358 is #F9ACA7. Grayscale: #3C3C3C. Windows color (decimal): -16362664 or 5788422. OLE color: 5788422.

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

Color convert

RGB 6 83 88 -
CMYK 0.93 0.06 0 0.65
HSL 183.66º 0.87% 0.18% -
HSV(B) 183.66º 0.93% 0.35% -
XYZ 4.93 6.93 10.31 -
YUV 60.55 143.49 89.09 -
System Red Green Blue C M Y K H S L
Decimal 6 83 88 0.93 0.06 0 0.65 183.66 0.87 0.18
Hex 6 53 58 5D 6 0 41 B8 57 12
Octal 6 123 130 135 6 0 101 270 127 22
Binary 110 1010011 1011000 1011101 110 0 1000001 10111000 1010111 10010

Color Harmonies of #065358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065358

Black with #065358

Text Example


Text Example

White with #065358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065358; }

 p { color: rgb(6,83,88); }

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

background-color css

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

 a { background-color: rgb(6,83,88); }

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

border-color css

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

 span { border-color: rgb(6,83,88); }

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