Html Css Color HEX #055380 Dark Cerulean

📋 copy color: '#055380'

red 5 ◦ green 83 ◦ blue 128

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

Shades of Dark Cerulean #055380

Tints of Dark Cerulean #055380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.43%

 BLUE value IS 128 (50.39% from 255) = 59.26%

R = 2.31%
G = 38.43%
B = 59.26%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#055380 (or 0x055380) is known color: Dark Cerulean. HEX triplet: 05, 53 and 80. RGB value is (5,83,128). Sum of RGB (Red+Green+Blue) = 5+83+128=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 128 (50.39% from 255 or 59.26% from 216); Max value from RGB is 128 - color contains mainly: blue. Hex color #055380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055380 is #FAAC7F. Grayscale: #404040. Windows color (decimal): -16428160 or 8409861. OLE color: 8409861.

HSL color Cylindrical-coordinate representation of color #055380: hue angle of 201.95º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055380 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 83 128 -
CMYK 0.96 0.35 0 0.50
HSL 201.95º 0.92% 0.26% -
HSV(B) 201.95º 0.96% 0.5% -
XYZ 7.05 7.78 21.55 -
YUV 64.81 163.66 85.34 -
System Red Green Blue C M Y K H S L
Decimal 5 83 128 0.96 0.35 0 0.50 201.95 0.92 0.26
Hex 5 53 80 60 23 0 32 CA 5C 1A
Octal 5 123 200 140 43 0 62 312 134 32
Binary 101 1010011 10000000 1100000 100011 0 110010 11001010 1011100 11010

Color Harmonies of #055380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055380

Black with #055380

Text Example


Text Example

White with #055380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055380; }

 p { color: rgb(5,83,128); }

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

background-color css

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

 a { background-color: rgb(5,83,128); }

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

border-color css

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

 span { border-color: rgb(5,83,128); }

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