Html Css Color HEX #054665 Prussian Blue

📋 copy color: '#054665'

red 5 ◦ green 70 ◦ blue 101

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

Shades of Prussian Blue #054665

Tints of Prussian Blue #054665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.77%

 BLUE value IS 101 (39.84% from 255) = 57.39%

R = 2.84%
G = 39.77%
B = 57.39%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#054665 (or 0x054665) is known color: Prussian Blue. HEX triplet: 05, 46 and 65. RGB value is (5,70,101). Sum of RGB (Red+Green+Blue) = 5+70+101=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 101 (39.84% from 255 or 57.39% from 176); Max value from RGB is 101 - color contains mainly: blue. Hex color #054665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054665 is #FAB99A. Grayscale: #353535. Windows color (decimal): -16431515 or 6637061. OLE color: 6637061.

HSL color Cylindrical-coordinate representation of color #054665: hue angle of 199.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054665 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 70 101 -
CMYK 0.95 0.31 0 0.60
HSL 199.38º 0.91% 0.21% -
HSV(B) 199.38º 0.95% 0.4% -
XYZ 4.6 5.35 13.1 -
YUV 54.1 154.47 92.98 -
System Red Green Blue C M Y K H S L
Decimal 5 70 101 0.95 0.31 0 0.60 199.38 0.91 0.21
Hex 5 46 65 5F 1F 0 3C C7 5B 15
Octal 5 106 145 137 37 0 74 307 133 25
Binary 101 1000110 1100101 1011111 11111 0 111100 11000111 1011011 10101

Color Harmonies of #054665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054665

Black with #054665

Text Example


Text Example

White with #054665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054665; }

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

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

background-color css

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

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

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

border-color css

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

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

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