Html Css Color HEX #083553 Prussian Blue

📋 copy color: '#083553'

red 8 ◦ green 53 ◦ blue 83

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

Shades of Prussian Blue #083553

Tints of Prussian Blue #083553

RGB

 RED value IS 8 (3.52% from 255) = 5.56%

 GREEN value IS 53 (21.09% from 255) = 36.81%

 BLUE value IS 83 (32.81% from 255) = 57.64%

R = 5.56%
G = 36.81%
B = 57.64%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#083553 (or 0x083553) is known color: Prussian Blue. HEX triplet: 08, 35 and 53. RGB value is (8,53,83). Sum of RGB (Red+Green+Blue) = 8+53+83=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 83 (32.81% from 255 or 57.64% from 144); Max value from RGB is 83 - color contains mainly: blue. Hex color #083553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083553 is #F7CAAC. Grayscale: #2A2A2A. Windows color (decimal): -16239277 or 5453064. OLE color: 5453064.

HSL color Cylindrical-coordinate representation of color #083553: hue angle of 204º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083553 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 53 83 -
CMYK 0.90 0.36 0 0.67
HSL 204º 0.82% 0.18% -
HSV(B) 204º 0.9% 0.33% -
XYZ 2.93 3.22 8.65 -
YUV 42.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 8 53 83 0.90 0.36 0 0.67 204 0.82 0.18
Hex 8 35 53 5A 24 0 43 CC 52 12
Octal 10 65 123 132 44 0 103 314 122 22
Binary 1000 110101 1010011 1011010 100100 0 1000011 11001100 1010010 10010

Color Harmonies of #083553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083553

Black with #083553

Text Example


Text Example

White with #083553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083553; }

 p { color: rgb(8,53,83); }

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

background-color css

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

 a { background-color: rgb(8,53,83); }

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

border-color css

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

 span { border-color: rgb(8,53,83); }

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