Html Css Color HEX #05617D Blue Lagoon

📋 copy color: '#05617D'

red 5 ◦ green 97 ◦ blue 125

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

Shades of Blue Lagoon #05617D

Tints of Blue Lagoon #05617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.73%

 BLUE value IS 125 (49.22% from 255) = 55.07%

R = 2.2%
G = 42.73%
B = 55.07%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05617D (or 0x05617D) is known color: Blue Lagoon. HEX triplet: 05, 61 and 7D. RGB value is (5,97,125). Sum of RGB (Red+Green+Blue) = 5+97+125=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #05617D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05617D is #FA9E82. Grayscale: #484848. Windows color (decimal): -16424579 or 8216837. OLE color: 8216837.

HSL color Cylindrical-coordinate representation of color #05617D: hue angle of 194º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05617D is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 97 125 -
CMYK 0.96 0.22 0 0.51
HSL 194º 0.92% 0.25% -
HSV(B) 194º 0.96% 0.49% -
XYZ 8.04 10.06 20.92 -
YUV 72.68 157.52 79.72 -
System Red Green Blue C M Y K H S L
Decimal 5 97 125 0.96 0.22 0 0.51 194 0.92 0.25
Hex 5 61 7D 60 16 0 33 C2 5C 19
Octal 5 141 175 140 26 0 63 302 134 31
Binary 101 1100001 1111101 1100000 10110 0 110011 11000010 1011100 11001

Color Harmonies of #05617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05617D

Black with #05617D

Text Example


Text Example

White with #05617D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,97,125); }

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

background-color css

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

 a { background-color: rgb(5,97,125); }

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

border-color css

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

 span { border-color: rgb(5,97,125); }

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