Html Css Color HEX #58B2D1 Viking

📋 copy color: '#58B2D1'

red 88 ◦ green 178 ◦ blue 209

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

Shades of Viking #58B2D1

Tints of Viking #58B2D1

RGB

 RED value IS 88 (34.77% from 255) = 18.53%

 GREEN value IS 178 (69.92% from 255) = 37.47%

 BLUE value IS 209 (82.03% from 255) = 44%

R = 18.53%
G = 37.47%
B = 44%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#58B2D1 (or 0x58B2D1) is known color: Viking. HEX triplet: 58, B2 and D1. RGB value is (88,178,209). Sum of RGB (Red+Green+Blue) = 88+178+209=475 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.53% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #58B2D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B2D1 is #A74D2E. Grayscale: #9A9A9A. Windows color (decimal): -10964271 or 13742680. OLE color: 13742680.

HSL color Cylindrical-coordinate representation of color #58B2D1: hue angle of 195.37º degrees, saturation: 0.57, 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 #58B2D1 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 178 209 -
CMYK 0.58 0.15 0 0.18
HSL 195.37º 0.57% 0.58% -
HSV(B) 195.37º 0.58% 0.82% -
XYZ 31.45 38.52 66.1 -
YUV 154.62 158.68 80.48 -
System Red Green Blue C M Y K H S L
Decimal 88 178 209 0.58 0.15 0 0.18 195.37 0.57 0.58
Hex 58 B2 D1 3A F 0 12 C3 39 3A
Octal 130 262 321 72 17 0 22 303 71 72
Binary 1011000 10110010 11010001 111010 1111 0 10010 11000011 111001 111010

Color Harmonies of #58B2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B2D1

Black with #58B2D1

Text Example


Text Example

White with #58B2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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