#58ACCD

Color #58ACCD Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #58ACCD

Tints of Viking #58ACCD

Color information

#58ACCD (or 0x58ACCD) is unknown color: approx Viking. HEX triplet: 58, AC and CD. RGB value is (88,172,205). Sum of RGB (Red+Green+Blue) = 88+172+205=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #58ACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ACCD is #A75332. Grayscale: #969696. Windows color (decimal): -10965811 or 13479000. OLE color: 13479000.

HSL color Cylindrical-coordinate representation of color #58ACCD: hue angle of 196.92º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58ACCD is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB88172205-
CMYK0.570.1600.20
HSL196.92º53.92%57.45%-
HSV(B)196.92º57.07%80.39%-
XYZ29.835.9963.13-
YUV150.65158.6783.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.92%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=18.92%
G=36.99%
B=44.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881722050.570.1600.20196.9253.9257.45
Hex58ACCD3910014c53639
Octal13025431571200243056671
Binary101100010101100110011011110011000001010011000101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58ACCD; }

 p { color: rgb(88,172,205); }

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

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

 a { background-color: rgb(88,172,205); }

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

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

 span { border-color: rgb(88,172,205); }

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