Html Css Color HEX #053886 Dark Cerulean

📋 copy color: '#053886'

red 5 ◦ green 56 ◦ blue 134

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

Shades of Dark Cerulean #053886

Tints of Dark Cerulean #053886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.72%

 BLUE value IS 134 (52.73% from 255) = 68.72%

R = 2.56%
G = 28.72%
B = 68.72%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#053886 (or 0x053886) is known color: Dark Cerulean. HEX triplet: 05, 38 and 86. RGB value is (5,56,134). Sum of RGB (Red+Green+Blue) = 5+56+134=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 134 (52.73% from 255 or 68.72% from 195); Max value from RGB is 134 - color contains mainly: blue. Hex color #053886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053886 is #FAC779. Grayscale: #313131. Windows color (decimal): -16435066 or 8796165. OLE color: 8796165.

HSL color Cylindrical-coordinate representation of color #053886: hue angle of 216.28º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053886 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 56 134 -
CMYK 0.96 0.58 0 0.47
HSL 216.28º 0.93% 0.27% -
HSV(B) 216.28º 0.96% 0.53% -
XYZ 5.78 4.58 23.13 -
YUV 49.64 175.6 96.16 -
System Red Green Blue C M Y K H S L
Decimal 5 56 134 0.96 0.58 0 0.47 216.28 0.93 0.27
Hex 5 38 86 60 3A 0 2F D8 5D 1B
Octal 5 70 206 140 72 0 57 330 135 33
Binary 101 111000 10000110 1100000 111010 0 101111 11011000 1011101 11011

Color Harmonies of #053886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053886

Black with #053886

Text Example


Text Example

White with #053886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053886; }

 p { color: rgb(5,56,134); }

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

background-color css

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

 a { background-color: rgb(5,56,134); }

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

border-color css

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

 span { border-color: rgb(5,56,134); }

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