Html Css Color HEX #05929D Eastern Blue

📋 copy color: '#05929D'

red 5 ◦ green 146 ◦ blue 157

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

Shades of Eastern Blue #05929D

Tints of Eastern Blue #05929D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.97%

R = 1.62%
G = 47.4%
B = 50.97%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05929D (or 0x05929D) is known color: Eastern Blue. HEX triplet: 05, 92 and 9D. RGB value is (5,146,157). Sum of RGB (Red+Green+Blue) = 5+146+157=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #05929D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05929D is #FA6D62. Grayscale: #686868. Windows color (decimal): -16412003 or 10326533. OLE color: 10326533.

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

Color convert

RGB 5 146 157 -
CMYK 0.97 0.07 0 0.38
HSL 184.34º 0.94% 0.32% -
HSV(B) 184.34º 0.97% 0.62% -
XYZ 16.43 23.02 35.48 -
YUV 105.1 157.29 56.61 -
System Red Green Blue C M Y K H S L
Decimal 5 146 157 0.97 0.07 0 0.38 184.34 0.94 0.32
Hex 5 92 9D 61 7 0 26 B8 5E 20
Octal 5 222 235 141 7 0 46 270 136 40
Binary 101 10010010 10011101 1100001 111 0 100110 10111000 1011110 100000

Color Harmonies of #05929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05929D

Black with #05929D

Text Example


Text Example

White with #05929D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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