Html Css Color HEX #065453 Sherpa Blue

📋 copy color: '#065453'

red 6 ◦ green 84 ◦ blue 83

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

Shades of Sherpa Blue #065453

Tints of Sherpa Blue #065453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.55%

 BLUE value IS 83 (32.81% from 255) = 47.98%

R = 3.47%
G = 48.55%
B = 47.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#065453 (or 0x065453) is known color: Sherpa Blue. HEX triplet: 06, 54 and 53. RGB value is (6,84,83). Sum of RGB (Red+Green+Blue) = 6+84+83=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #065453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065453 is #F9ABAC. Grayscale: #3C3C3C. Windows color (decimal): -16362413 or 5460998. OLE color: 5460998.

HSL color Cylindrical-coordinate representation of color #065453: hue angle of 179.23º 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 #065453 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 84 83 -
CMYK 0.93 0 0.01 0.67
HSL 179.23º 0.87% 0.18% -
HSV(B) 179.23º 0.93% 0.33% -
XYZ 4.81 7 9.28 -
YUV 60.56 140.66 89.08 -
System Red Green Blue C M Y K H S L
Decimal 6 84 83 0.93 0 0.01 0.67 179.23 0.87 0.18
Hex 6 54 53 5D 0 1 43 B3 57 12
Octal 6 124 123 135 0 1 103 263 127 22
Binary 110 1010100 1010011 1011101 0 1 1000011 10110011 1010111 10010

Color Harmonies of #065453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065453

Black with #065453

Text Example


Text Example

White with #065453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065453; }

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

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

background-color css

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

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

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

border-color css

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

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

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