Html Css Color HEX #084553 Sherpa Blue

📋 copy color: '#084553'

red 8 ◦ green 69 ◦ blue 83

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

Shades of Sherpa Blue #084553

Tints of Sherpa Blue #084553

RGB

 RED value IS 8 (3.52% from 255) = 5%

 GREEN value IS 69 (27.34% from 255) = 43.13%

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

R = 5%
G = 43.13%
B = 51.88%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#084553 (or 0x084553) is known color: Sherpa Blue. HEX triplet: 08, 45 and 53. RGB value is (8,69,83). Sum of RGB (Red+Green+Blue) = 8+69+83=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #084553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084553 is #F7BAAC. Grayscale: #343434. Windows color (decimal): -16235181 or 5457160. OLE color: 5457160.

HSL color Cylindrical-coordinate representation of color #084553: hue angle of 191.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084553 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 69 83 -
CMYK 0.90 0.17 0 0.67
HSL 191.2º 0.82% 0.18% -
HSV(B) 191.2º 0.9% 0.33% -
XYZ 3.79 4.93 8.94 -
YUV 52.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 8 69 83 0.90 0.17 0 0.67 191.2 0.82 0.18
Hex 8 45 53 5A 11 0 43 BF 52 12
Octal 10 105 123 132 21 0 103 277 122 22
Binary 1000 1000101 1010011 1011010 10001 0 1000011 10111111 1010010 10010

Color Harmonies of #084553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084553

Black with #084553

Text Example


Text Example

White with #084553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084553; }

 p { color: rgb(8,69,83); }

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

background-color css

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

 a { background-color: rgb(8,69,83); }

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

border-color css

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

 span { border-color: rgb(8,69,83); }

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