Html Css Color HEX #05677B Blue Lagoon

📋 copy color: '#05677B'

red 5 ◦ green 103 ◦ blue 123

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

Shades of Blue Lagoon #05677B

Tints of Blue Lagoon #05677B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.59%

 BLUE value IS 123 (48.44% from 255) = 53.25%

R = 2.16%
G = 44.59%
B = 53.25%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05677B (or 0x05677B) is known color: Blue Lagoon. HEX triplet: 05, 67 and 7B. RGB value is (5,103,123). Sum of RGB (Red+Green+Blue) = 5+103+123=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #05677B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05677B is #FA9884. Grayscale: #4B4B4B. Windows color (decimal): -16423045 or 8087301. OLE color: 8087301.

HSL color Cylindrical-coordinate representation of color #05677B: hue angle of 190.17º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05677B is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 103 123 -
CMYK 0.96 0.16 0 0.52
HSL 190.17º 0.92% 0.25% -
HSV(B) 190.17º 0.96% 0.48% -
XYZ 8.49 11.16 20.45 -
YUV 75.98 154.53 77.37 -
System Red Green Blue C M Y K H S L
Decimal 5 103 123 0.96 0.16 0 0.52 190.17 0.92 0.25
Hex 5 67 7B 60 10 0 34 BE 5C 19
Octal 5 147 173 140 20 0 64 276 134 31
Binary 101 1100111 1111011 1100000 10000 0 110100 10111110 1011100 11001

Color Harmonies of #05677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05677B

Black with #05677B

Text Example


Text Example

White with #05677B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05677B; }

 p { color: rgb(5,103,123); }

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

background-color css

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

 a { background-color: rgb(5,103,123); }

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

border-color css

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

 span { border-color: rgb(5,103,123); }

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