Html Css Color HEX #075358 Sherpa Blue

📋 copy color: '#075358'

red 7 ◦ green 83 ◦ blue 88

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

Shades of Sherpa Blue #075358

Tints of Sherpa Blue #075358

RGB

 RED value IS 7 (3.13% from 255) = 3.93%

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

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

R = 3.93%
G = 46.63%
B = 49.44%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#075358 (or 0x075358) is known color: Sherpa Blue. HEX triplet: 07, 53 and 58. RGB value is (7,83,88). Sum of RGB (Red+Green+Blue) = 7+83+88=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #075358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075358 is #F8ACA7. Grayscale: #3C3C3C. Windows color (decimal): -16297128 or 5788423. OLE color: 5788423.

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

Color convert

RGB 7 83 88 -
CMYK 0.92 0.06 0 0.65
HSL 183.7º 0.85% 0.19% -
HSV(B) 183.7º 0.92% 0.35% -
XYZ 4.94 6.94 10.31 -
YUV 60.85 143.32 89.59 -
System Red Green Blue C M Y K H S L
Decimal 7 83 88 0.92 0.06 0 0.65 183.7 0.85 0.19
Hex 7 53 58 5C 6 0 41 B8 55 13
Octal 7 123 130 134 6 0 101 270 125 23
Binary 111 1010011 1011000 1011100 110 0 1000001 10111000 1010101 10011

Color Harmonies of #075358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075358

Black with #075358

Text Example


Text Example

White with #075358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075358; }

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

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

background-color css

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

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

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

border-color css

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

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

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