#58B2D2

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

Shades of Viking #58B2D2

Tints of Viking #58B2D2

Color information

#58B2D2 (or 0x58B2D2) is unknown color: approx Viking. HEX triplet: 58, B2 and D2. RGB value is (88,178,210). Sum of RGB (Red+Green+Blue) = 88+178+210=476 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.49% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 210 - color contains mainly: blue. Hex color #58B2D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B2D2 is #A74D2D. Grayscale: #9A9A9A. Windows color (decimal): -10964270 or 13808216. OLE color: 13808216.

HSL color Cylindrical-coordinate representation of color #58B2D2: hue angle of 195.74º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58B2D2 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB88178210-
CMYK0.580.1500.18
HSL195.74º57.55%58.43%-
HSV(B)195.74º58.1%82.35%-
XYZ31.5838.5766.75-
YUV154.74159.1880.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.49%
GREEN value IS 178 (69.92% from 255) = 37.39%
BLUE value IS 210 (82.42% from 255) = 44.12%
R=18.49%
G=37.39%
B=44.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal881782100.580.1500.18195.7457.5558.43
Hex58B2D23AF012c43a3a
Octal13026232272170223047272
Binary10110001011001011010010111010111101001011000100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,178,210); }

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

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

 a { background-color: rgb(88,178,210); }

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

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

 span { border-color: rgb(88,178,210); }

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