Html Css Color HEX #084C57 Sherpa Blue

📋 copy color: '#084C57'

red 8 ◦ green 76 ◦ blue 87

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

Shades of Sherpa Blue #084C57

Tints of Sherpa Blue #084C57

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.44%

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

R = 4.68%
G = 44.44%
B = 50.88%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#084C57 (or 0x084C57) is known color: Sherpa Blue. HEX triplet: 08, 4C and 57. RGB value is (8,76,87). Sum of RGB (Red+Green+Blue) = 8+76+87=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #084C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C57 is #F7B3A8. Grayscale: #383838. Windows color (decimal): -16233385 or 5721096. OLE color: 5721096.

HSL color Cylindrical-coordinate representation of color #084C57: hue angle of 188.35º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084C57 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 76 87 -
CMYK 0.91 0.13 0 0.66
HSL 188.35º 0.83% 0.19% -
HSV(B) 188.35º 0.91% 0.34% -
XYZ 4.4 5.91 9.93 -
YUV 56.92 144.97 93.11 -
System Red Green Blue C M Y K H S L
Decimal 8 76 87 0.91 0.13 0 0.66 188.35 0.83 0.19
Hex 8 4C 57 5B D 0 42 BC 53 13
Octal 10 114 127 133 15 0 102 274 123 23
Binary 1000 1001100 1010111 1011011 1101 0 1000010 10111100 1010011 10011

Color Harmonies of #084C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084C57

Black with #084C57

Text Example


Text Example

White with #084C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084C57; }

 p { color: rgb(8,76,87); }

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

background-color css

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

 a { background-color: rgb(8,76,87); }

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

border-color css

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

 span { border-color: rgb(8,76,87); }

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