Html Css Color HEX #05929C Eastern Blue

📋 copy color: '#05929C'

red 5 ◦ green 146 ◦ blue 156

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

Shades of Eastern Blue #05929C

Tints of Eastern Blue #05929C

RGB

 RED value IS 5 (2.34% from 255) = 1.63%

 GREEN value IS 146 (57.42% from 255) = 47.56%

 BLUE value IS 156 (61.33% from 255) = 50.81%

R = 1.63%
G = 47.56%
B = 50.81%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05929C (or 0x05929C) is known color: Eastern Blue. HEX triplet: 05, 92 and 9C. RGB value is (5,146,156). Sum of RGB (Red+Green+Blue) = 5+146+156=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #05929C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05929C is #FA6D63. Grayscale: #686868. Windows color (decimal): -16412004 or 10260997. OLE color: 10260997.

HSL color Cylindrical-coordinate representation of color #05929C: hue angle of 183.97º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05929C is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 146 156 -
CMYK 0.97 0.06 0 0.39
HSL 183.97º 0.94% 0.32% -
HSV(B) 183.97º 0.97% 0.61% -
XYZ 16.34 22.99 35.03 -
YUV 104.98 156.79 56.69 -
System Red Green Blue C M Y K H S L
Decimal 5 146 156 0.97 0.06 0 0.39 183.97 0.94 0.32
Hex 5 92 9C 61 6 0 27 B8 5E 20
Octal 5 222 234 141 6 0 47 270 136 40
Binary 101 10010010 10011100 1100001 110 0 100111 10111000 1011110 100000

Color Harmonies of #05929C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05929C

Black with #05929C

Text Example


Text Example

White with #05929C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05929C; }

 p { color: rgb(5,146,156); }

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

background-color css

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

 a { background-color: rgb(5,146,156); }

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

border-color css

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

 span { border-color: rgb(5,146,156); }

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