Html Css Color HEX #083550 Prussian Blue

📋 copy color: '#083550'

red 8 ◦ green 53 ◦ blue 80

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

Shades of Prussian Blue #083550

Tints of Prussian Blue #083550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 56.74%

R = 5.67%
G = 37.59%
B = 56.74%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#083550 (or 0x083550) is known color: Prussian Blue. HEX triplet: 08, 35 and 50. RGB value is (8,53,80). Sum of RGB (Red+Green+Blue) = 8+53+80=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #083550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083550 is #F7CAAF. Grayscale: #2A2A2A. Windows color (decimal): -16239280 or 5256456. OLE color: 5256456.

HSL color Cylindrical-coordinate representation of color #083550: hue angle of 202.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083550 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 53 80 -
CMYK 0.90 0.34 0 0.69
HSL 202.5º 0.82% 0.17% -
HSV(B) 202.5º 0.9% 0.31% -
XYZ 2.82 3.18 8.05 -
YUV 42.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 8 53 80 0.90 0.34 0 0.69 202.5 0.82 0.17
Hex 8 35 50 5A 22 0 45 CA 52 11
Octal 10 65 120 132 42 0 105 312 122 21
Binary 1000 110101 1010000 1011010 100010 0 1000101 11001010 1010010 10001

Color Harmonies of #083550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083550

Black with #083550

Text Example


Text Example

White with #083550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083550; }

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

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

background-color css

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

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

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

border-color css

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

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

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