#05768F

Color #05768F Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #05768F

Tints of Eastern Blue #05768F

Color information

#05768F (or 0x05768F) is unknown color: approx Eastern Blue. HEX triplet: 05, 76 and 8F. RGB value is (5,118,143). Sum of RGB (Red+Green+Blue) = 5+118+143=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 143 (56.25% from 255 or 53.76% from 266); Max value from RGB is 143 - color contains mainly: blue. Hex color #05768F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05768F is #FA8970. Grayscale: #565656. Windows color (decimal): -16419185 or 9401861. OLE color: 9401861.

HSL color Cylindrical-coordinate representation of color #05768F: hue angle of 190.87º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05768F is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5118143-
CMYK0.970.1700.44
HSL190.87º93.24%29.02%-
HSV(B)190.87º96.5%56.08%-
XYZ11.514.9728.27-
YUV87.06159.5669.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.88%
GREEN value IS 118 (46.48% from 255) = 44.36%
BLUE value IS 143 (56.25% from 255) = 53.76%
R=1.88%
G=44.36%
B=53.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51181430.970.1700.44190.8793.2429.02
Hex5768F611102Cbf5d1d
Octal51662171412105427713535
Binary101111011010001111110000110001010110010111111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05768F; }

 p { color: rgb(5,118,143); }

 H1.HeaderClassName
 {
   color: #05768F;
 }
 .AnyTagClassName
 {
   color: #05768F;
 }
</style>
background-color css

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

 a { background-color: rgb(5,118,143); }

 div.DivClassName
 {
   background-color: #05768F;
 }
 .BgClassName
 {
   background-color: #05768F;
 }
</style>
border-color css

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

 span { border-color: rgb(5,118,143); }

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