#53919B

Color #53919B Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #53919B

Tints of Half Baked #53919B

Color information

#53919B (or 0x53919B) is unknown color: approx Half Baked. HEX triplet: 53, 91 and 9B. RGB value is (83,145,155). Sum of RGB (Red+Green+Blue) = 83+145+155=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #53919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53919B is #AC6E64. Grayscale: #7F7F7F. Windows color (decimal): -11300453 or 10195283. OLE color: 10195283.

HSL color Cylindrical-coordinate representation of color #53919B: hue angle of 188.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53919B is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83145155-
CMYK0.460.0600.39
HSL188.33º30.25%46.67%-
HSV(B)188.33º46.45%60.78%-
XYZ19.6124.4634.7-
YUV127.6143.4696.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.67%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=21.67%
G=37.86%
B=40.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831451550.460.0600.39188.3330.2546.67
Hex53919B2E6027bc1e2f
Octal1232212335660472743657
Binary1010011100100011001101110111011001001111011110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53919B; }

 p { color: rgb(83,145,155); }

 H1.HeaderClassName
 {
   color: #53919B;
 }
 .AnyTagClassName
 {
   color: #53919B;
 }
</style>
background-color css

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

 a { background-color: rgb(83,145,155); }

 div.DivClassName
 {
   background-color: #53919B;
 }
 .BgClassName
 {
   background-color: #53919B;
 }
</style>
border-color css

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

 span { border-color: rgb(83,145,155); }

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