Html Css Color HEX #054583 Dark Cerulean

📋 copy color: '#054583'

red 5 ◦ green 69 ◦ blue 131

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

Shades of Dark Cerulean #054583

Tints of Dark Cerulean #054583

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

 BLUE value IS 131 (51.56% from 255) = 63.9%

R = 2.44%
G = 33.66%
B = 63.9%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#054583 (or 0x054583) is known color: Dark Cerulean. HEX triplet: 05, 45 and 83. RGB value is (5,69,131). Sum of RGB (Red+Green+Blue) = 5+69+131=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #054583 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054583 is #FABA7C. Grayscale: #383838. Windows color (decimal): -16431741 or 8602885. OLE color: 8602885.

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

Color convert

RGB 5 69 131 -
CMYK 0.96 0.47 0 0.49
HSL 209.52º 0.93% 0.27% -
HSV(B) 209.52º 0.96% 0.51% -
XYZ 6.29 5.93 22.29 -
YUV 56.93 169.8 90.96 -
System Red Green Blue C M Y K H S L
Decimal 5 69 131 0.96 0.47 0 0.49 209.52 0.93 0.27
Hex 5 45 83 60 2F 0 31 D2 5D 1B
Octal 5 105 203 140 57 0 61 322 135 33
Binary 101 1000101 10000011 1100000 101111 0 110001 11010010 1011101 11011

Color Harmonies of #054583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054583

Black with #054583

Text Example


Text Example

White with #054583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054583; }

 p { color: rgb(5,69,131); }

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

background-color css

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

 a { background-color: rgb(5,69,131); }

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

border-color css

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

 span { border-color: rgb(5,69,131); }

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