Html Css Color HEX #056593 Cerulean

📋 copy color: '#056593'

red 5 ◦ green 101 ◦ blue 147

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

Shades of Cerulean #056593

Tints of Cerulean #056593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.92%

 BLUE value IS 147 (57.81% from 255) = 58.1%

R = 1.98%
G = 39.92%
B = 58.1%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#056593 (or 0x056593) is known color: Cerulean. HEX triplet: 05, 65 and 93. RGB value is (5,101,147). Sum of RGB (Red+Green+Blue) = 5+101+147=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #056593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056593 is #FA9A6C. Grayscale: #4D4D4D. Windows color (decimal): -16423533 or 9659653. OLE color: 9659653.

HSL color Cylindrical-coordinate representation of color #056593: hue angle of 199.44º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056593 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 101 147 -
CMYK 0.97 0.31 0 0.42
HSL 199.44º 0.93% 0.3% -
HSV(B) 199.44º 0.97% 0.58% -
XYZ 9.98 11.45 29.29 -
YUV 77.54 167.2 76.26 -
System Red Green Blue C M Y K H S L
Decimal 5 101 147 0.97 0.31 0 0.42 199.44 0.93 0.3
Hex 5 65 93 61 1F 0 2A C7 5D 1E
Octal 5 145 223 141 37 0 52 307 135 36
Binary 101 1100101 10010011 1100001 11111 0 101010 11000111 1011101 11110

Color Harmonies of #056593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056593

Black with #056593

Text Example


Text Example

White with #056593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056593; }

 p { color: rgb(5,101,147); }

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

background-color css

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

 a { background-color: rgb(5,101,147); }

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

border-color css

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

 span { border-color: rgb(5,101,147); }

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