Html Css Color HEX #053887 Dark Cerulean

📋 copy color: '#053887'

red 5 ◦ green 56 ◦ blue 135

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

Shades of Dark Cerulean #053887

Tints of Dark Cerulean #053887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 68.88%

R = 2.55%
G = 28.57%
B = 68.88%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#053887 (or 0x053887) is known color: Dark Cerulean. HEX triplet: 05, 38 and 87. RGB value is (5,56,135). Sum of RGB (Red+Green+Blue) = 5+56+135=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 135 (53.12% from 255 or 68.88% from 196); Max value from RGB is 135 - color contains mainly: blue. Hex color #053887 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053887 is #FAC778. Grayscale: #313131. Windows color (decimal): -16435065 or 8861701. OLE color: 8861701.

HSL color Cylindrical-coordinate representation of color #053887: hue angle of 216.46º 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 #053887 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 56 135 -
CMYK 0.96 0.59 0 0.47
HSL 216.46º 0.93% 0.27% -
HSV(B) 216.46º 0.96% 0.53% -
XYZ 5.85 4.61 23.5 -
YUV 49.76 176.1 96.08 -
System Red Green Blue C M Y K H S L
Decimal 5 56 135 0.96 0.59 0 0.47 216.46 0.93 0.27
Hex 5 38 87 60 3B 0 2F D8 5D 1B
Octal 5 70 207 140 73 0 57 330 135 33
Binary 101 111000 10000111 1100000 111011 0 101111 11011000 1011101 11011

Color Harmonies of #053887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053887

Black with #053887

Text Example


Text Example

White with #053887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053887; }

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

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

background-color css

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

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

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

border-color css

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

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

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